Part Extrude extends a shape by a specified distance, in a specified direction. The output shape type will vary depending on the input shape type and the options selected.
In most common scenarios, the following lists the expected output shape type from a given input shape type,
- Extruding a Vertex (point) will produce a straight Edge (Line)
- Extruding an open edge (e.g. line, arc) will produce an open face (e.g. plane)
- Extruding a closed edge (e.g. circle) will optionally produce a closed face (e.g. an open-ended cylinder) or if the parameter "solid" is "true" will produce a solid (e.g. a closed solid cylinder)
- Extruding an open Wire (e.g. a Draft Wire) will produce an open shell (several joined faces)
- Extruding a closed Wire (e.g. a Draft Wire) will optionally produce a shell (several joined faces) or if the parameter "solid" is "true" will produce a solid
- Extruding a face (e.g. plane) will produce a solid (e.g. Cuboid)
- Extruding a
Draft ShapeString will produce a compound of solids (the string is a compound of the letters which are each a solid)
- Extruding a shell of faces will produce a Compsolid.
Each input shape is placed underneath its Extrude object.
The Extrude shape is defined by the following parameters, which can be edited after its creation in the Property editor.
PartDesign Pad is also an extrusion feature, but there are important differences: